linux_aria

My file bash, and configurate for linux


Project maintained by ariafatah0711 Hosted on GitHub Pages — Theme by mattgraham

cockpit

ubuntu

sudo apt install -t ${VERSION_CODENAME}-backports cockpit

tool

podman

sudo apt install cockpit-podman
sudo systemctl enable --now cockpit.socket
sudo systemctl restart cockpit.socket

error tls / ssl for tunnel cockpit

# sudo apt install sscg
# sudo systemctl restart cockpit

sudo cat > /etc/cockpit/cockpit.conf << EOF
[WebService]
AllowedOrigins = *
EOF

sudo systemctl restart cockpit